netfilter: xt_socket: missing ifdef CONFIG_IP6_NF_IPTABLES dependency
authorPablo Neira Ayuso <pablo@netfilter.org>
Fri, 11 Feb 2022 23:44:11 +0000 (00:44 +0100)
committerSalvatore Bonaccorso <carnil@debian.org>
Fri, 25 Feb 2022 17:15:16 +0000 (17:15 +0000)
commit15857472f437309dad235e36da8e74c50cfbc63c
tree67e6e788c2192bed0394637c6592a7af4bf42c6b
parent3761519096e6f8d78266510e5d19b8dbc8356bc8
netfilter: xt_socket: missing ifdef CONFIG_IP6_NF_IPTABLES dependency

Origin: https://git.kernel.org/linus/2874b7911132f6975e668f6849c8ac93bc4e1f35

nf_defrag_ipv6_disable() requires CONFIG_IP6_NF_IPTABLES.

Fixes: 75063c9294fb ("netfilter: xt_socket: fix a typo in socket_mt_destroy()")
Reported-by: kernel test robot <lkp@intel.com>
Reviewed-by: Eric Dumazet<edumazet@google.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Gbp-Pq: Topic bugfix/all
Gbp-Pq: Name netfilter-xt_socket-missing-ifdef-CONFIG_IP6_NF_IPTA.patch
net/netfilter/xt_socket.c